home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / mint / filesys / ofake.zoo / src / makefile < prev   
Makefile  |  1991-11-17  |  152b  |  6 lines

  1. CFLAGS=-mshort -O -fomit-frame-pointer -fwritable-strings -traditional -I.
  2.  
  3. fake.xfs: fakefs.o
  4.     gcc-ld -s -o ofake.xfs fakefs.o
  5.     toglclr ofake.xfs
  6.